ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ChildComponentsCreated Property

In This Topic
    ChildComponentsCreated Property (TransposedGrid<T>)
    In This Topic
    Gets or sets a boolean value indicates whether child components are created.
    Syntax
    'Declaration
     
    Protected Property ChildComponentsCreated As Boolean
    protected bool ChildComponentsCreated {get; set;}
    See Also